ComponentOne ASP.NET MVC Controls
FilterOnServer Property

C1.Web.Mvc Namespace > ODataCollectionViewService<T> Class : FilterOnServer Property
Gets or sets a value that determines whether filtering should be performed on the server or on the client.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property FilterOnServer As Boolean
[DefaultValue(true)]
public bool FilterOnServer {get; set;}
See Also

Reference

ODataCollectionViewService<T> Class
ODataCollectionViewService<T> Members